home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextApps / Mail.app / Italian.lproj / find.nib / data.classes next >
Text File  |  1996-01-03  |  800b  |  33 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     "all:" = "all:"; 
  4.     "backwardFind:" = "backwardFind:"; 
  5.     "find:" = "find:"; 
  6.     "ignoreCase:" = "ignoreCase:"; 
  7.     "orderFrontNXColorPanel:" = "orderFrontNXColorPanel:"; 
  8.     "regExpr:" = "regExpr:"; 
  9.     "replace:" = "replace:"; 
  10.     "replaceFind:" = "replaceFind:"; 
  11.     }; 
  12.     SUPERCLASS = Object; 
  13. };
  14. FindPanel = {
  15.     ACTIONS = {"findReturn:" = "findReturn:"; }; 
  16.     OUTLETS = {
  17.     allBox = allBox; 
  18.     allButton = allButton; 
  19.     allMatrix = allMatrix; 
  20.     backFindButton = backFindButton; 
  21.     errmsg = errmsg; 
  22.     findButton = findButton; 
  23.     findReplaceButton = findReplaceButton; 
  24.     findWindow = findWindow; 
  25.     ftext = ftext; 
  26.     ignoreCase = ignoreCase; 
  27.     regExpr = regExpr; 
  28.     replaceButton = replaceButton; 
  29.     replaceWithField = replaceWithField; 
  30.     }; 
  31.     SUPERCLASS = Object; 
  32. };
  33.